home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / xprolog.arc / hide_boo < prev    next >
Encoding:
Text File  |  1987-10-12  |  446 b   |  13 lines

  1.  
  2.  
  3. % hide the new procedures
  4.  
  5.  
  6.  
  7. :- hide([call(_), (_;_), (_,_), error(_,_), describe_error(_), not(_),
  8.  
  9.      clause(_,_), (_=_), print(_), append(_,_,_), member(_,_),
  10.  
  11.      main, $loop(_), prompt_if_user, $solve(_,_), $process(_,_),
  12.  
  13.      $query(_,_,_,_), $solve_goal(_,_), $reply(_,_), $askformore,
  14.  
  15.      $show_variables(_), (_._), $process_files(_), consult(_),
  16.  
  17.      reconsult(_), $read_file(_,_), $do_loop, $test_filename(_),
  18.  
  19.      leash(_)]).
  20.  
  21.  
  22.  
  23.  
  24.  
  25.